home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / libraries / loadlibindex < prev    next >
Encoding:
Text File  |  1993-10-26  |  1.0 KB  |  19 lines  |  [TEXT/$Tcl]

  1.  
  2.           loadlibindex libfile.tlib
  3.           Load the package library index of the library  file  libfile
  4.           (which must have the suffix .tlib).  Package library indexes
  5.           along the uto_path are loaded  automatically  on  the  first
  6.           demand_load;  this  command  is  provided to explicitly load
  7.           libraries that are not in the path.  If the index file (with
  8.           a  .tndx  suffix) does not exists or is out of date, it will
  9.           be rebuilt if the user has directory permissions  to  create
  10.           it.  If  a  package  with  the  same  name  as  a package in
  11.           libfile.tlib has already been loaded, its definition will be
  12.           overridden  by  the  new package.  However, if any procedure
  13.           has actually been used from the previously defined  package,
  14.           the procedures from libfile.tlib will not be loaded.
  15.  
  16.           This command will also load an index  built  by  mkindex.tcl
  17.           program supplied with standard Tcl.  This file must be named
  18.           "tclIndex".
  19.